stylecontext: Use right invalidation func
authorBenjamin Otte <otte@redhat.com>
Tue, 19 Aug 2014 14:31:06 +0000 (16:31 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 20 Aug 2014 22:54:07 +0000 (00:54 +0200)
commit665ad8c6f9dda7284f19353849beed7d7a5b1a68
treece124a43eab29d3a0c174a698ba2b91234473c17
parentf39d211021de7ebe4c0066b1a54272a4880e17be
stylecontext: Use right invalidation func

gtk_style_context_invalidate_internal() will respect only the current
saved state of the style context, which is wrong when updating the scale.
In that case, the whole style context needs updating.
gtk/gtkstylecontext.c